# 0 - Pre-War (Ju-52/3m)
model = {
	cost 						= 36
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 12
	maxspeed					= 280
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 2
	airdefence					= 2
	airattack					= 0
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 1.25
	range						= 500
	supplyconsumption 			= 1
	fuelconsumption				= 6
}
# 1 - Basic (C-47)
model = {
	cost 						= 40
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 12
	maxspeed					= 370
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 4
	airdefence					= 5
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 2
	range						= 600
	supplyconsumption 			= 1
	fuelconsumption				= 6
}
# 2 - Improved (Ju 252 or C-54 Skymaster)
model = {
	cost 						= 44
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 12
	maxspeed					= 440
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 6
	airdefence					= 7
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 3.4
	range						= 850
	supplyconsumption 			= 2
	fuelconsumption				= 8
}
# 3 - Advanced (C-69 Constellation)
model = {
	cost 						= 48
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 12
	maxspeed					= 500
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 8
	airdefence					= 9
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0
	transportcapability			= 0
	range						= 1000
	supplyconsumption 			= 2
	fuelconsumption				= 8
}
# 4 - Intercontinental (C-97) 
model = {
	cost 						= 50
	buildtime					= 210
	defaultorganisation 		= 30
	manpower					= 12
	maxspeed					= 600
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 11
	airdefence					= 11
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 0
	navalattack					= 0	
	transportcapability			= 10
	range						= 1600
	supplyconsumption 			= 3
	fuelconsumption				= 12
}